#include
<kfbxsurfacelambert.h>
Definition at line 54 of file kfbxsurfacelambert.h.
KFbxPropertyDouble3 GetEmissiveColor | ( | ) | const |
Returns the emissive color property.
KFbxPropertyDouble1 GetEmissiveFactor | ( | ) | const |
Returns the emissive factor property.
This factor is used to attenuate the emissive color.
KFbxPropertyDouble3 GetAmbientColor | ( | ) | const |
Returns the ambient color property.
KFbxPropertyDouble1 GetAmbientFactor | ( | ) | const |
Returns the ambient factor property.
This factor is used to attenuate the ambient color.
KFbxPropertyDouble3 GetDiffuseColor | ( | ) | const |
Returns the diffuse color property.
KFbxPropertyDouble1 GetDiffuseFactor | ( | ) | const |
Returns the diffuse factor property.
This factor is used to attenuate the diffuse color.
KFbxPropertyDouble3 GetBump | ( | ) | const |
Returns the bump property.
This property is used to distort the surface normal and create the illusion of a bumpy surface.
KFbxPropertyDouble1 GetBumpFactor | ( | ) | const |
Returns the bump factor property.
This factor is used to make a surface more or less bumpy.
KFbxPropertyDouble3 GetTransparentColor | ( | ) | const |
Returns the transparent color property.
This property is used to make a surface more or less transparent.
KFbxPropertyDouble1 GetTransparencyFactor | ( | ) | const |
Returns the transparency factor property.
This property is used to make a surface more or less opaque (0 = opaque, 1 = transparent).
KFbxPropertyDouble3 GetDisplacementColor | ( | ) | const |
Returns the displacement color property.
This property is used to make a surface more or less displaced.
KFbxPropertyDouble1 GetDisplacementFactor | ( | ) | const |
Returns the displacement factor property.
This property is used to make a surface more or less displaced.
fbxDouble3
sEmissiveDefault
[static] |
Definition at line 144 of file kfbxsurfacelambert.h.
fbxDouble1
sEmissiveFactorDefault
[static] |
Definition at line 145 of file kfbxsurfacelambert.h.
fbxDouble3
sAmbientDefault
[static] |
Definition at line 147 of file kfbxsurfacelambert.h.
fbxDouble1
sAmbientFactorDefault
[static] |
Definition at line 148 of file kfbxsurfacelambert.h.
fbxDouble3
sDiffuseDefault
[static] |
Definition at line 150 of file kfbxsurfacelambert.h.
fbxDouble1
sDiffuseFactorDefault
[static] |
Definition at line 151 of file kfbxsurfacelambert.h.
fbxDouble3
sBumpDefault
[static] |
Definition at line 153 of file kfbxsurfacelambert.h.
fbxDouble3
sNormalMapDefault
[static] |
Definition at line 154 of file kfbxsurfacelambert.h.
fbxDouble1
sBumpFactorDefault
[static] |
Definition at line 155 of file kfbxsurfacelambert.h.
fbxDouble3
sTransparentDefault
[static] |
Definition at line 157 of file kfbxsurfacelambert.h.
fbxDouble1
sTransparencyFactorDefault
[static] |
Definition at line 158 of file kfbxsurfacelambert.h.
fbxDouble3
sDisplacementDefault
[static] |
Definition at line 160 of file kfbxsurfacelambert.h.
fbxDouble1
sDisplacementFactorDefault
[static] |
Definition at line 161 of file kfbxsurfacelambert.h.